Eclipse Platform
Pre-release 3.0

Uses of Package
org.eclipse.core.filebuffers

Packages that use org.eclipse.core.filebuffers
org.eclipse.core.filebuffers   
org.eclipse.ui.editors.text Provides a standard text editor and a file-based document provider. 
 

Classes in org.eclipse.core.filebuffers used by org.eclipse.core.filebuffers
IFileBuffer
          A file buffer represents a file that can be edited by more than one client.
IFileBufferListener
          Interface for listeners of file buffer changes.
IFileBufferManager
          A file buffer manager manages file buffers for files while the files are connected to the file buffer manager.
ISynchronizationContext
          Executes runnables that describe how to synchronize a file buffer with its underlying file.
ITextFileBuffer
          A text file buffer is a file buffer for text files.
ITextFileBufferManager
          A text file buffer manager manages text file buffers for files whose contents could be considered text.
 

Classes in org.eclipse.core.filebuffers used by org.eclipse.ui.editors.text
IFileBuffer
          A file buffer represents a file that can be edited by more than one client.
IFileBufferListener
          Interface for listeners of file buffer changes.
ISynchronizationContext
          Executes runnables that describe how to synchronize a file buffer with its underlying file.
ITextFileBuffer
          A text file buffer is a file buffer for text files.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.